home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / CIS M31 / project / layout.css < prev    next >
Cascading Style Sheet File  |  2011-05-04  |  1KB  |  29 lines

  1. /*
  2.     Everything Music website stylsheet
  3.     
  4.     Author: Richard Thomson
  5.     Date Created: 29 March 2011
  6.     Date Modified: 29 March 2011
  7.     
  8.     Filename: layout.css
  9.     Supported files: leftbox.jpg, rightbox.jpg
  10. */
  11.  
  12. body        {margin: 0px; padding: 0px; font-size: 15px; font-family: tahoma, arial, sans-serif}
  13. #head        {position: absolute; top: 0px; left: 0px; background-color: black; width: 100%}
  14. #links        {float: left; width: 10em; background-color: rgb(195,253,184); border-style: inset; 
  15.             border-width: 0.25em; position: absolute; top: 126px; left: 0px; font-family: bradley hand itc}
  16. #links ul    {list-style-type: none; padding: 0px; margin: 5px 0px 0px 5px}
  17. li            {display: block; float: left; font-size: 16px; margin-right: 10px; color: white; font-size: 20px}
  18. li    a        {display: block; color: red; text-decoration: none; padding: 5px 10px 5px 10px}
  19. li a:hover    {text-decoration: overline underline; color: blue}    
  20. #pageContent{position: absolute; top: 140px; left: 185px; width: 600px}
  21. #local_station    {position: absolute; top: 140px; left: 800px}
  22. #local_station img    {float: right; margin-bottom: 50px}
  23. #info        {position: absolute; top: 380px; left: 800px; width: 150px; float: right; text-align: center}
  24.  
  25. #content    {margin: 150px 0px 0px 200px}
  26. #content h2    {font-family: Bell MT; color: blue; border-bottom: 1px solid red; font-size: 26px;
  27.             letter-spacing: 0.5em; width: 600px}
  28. #content p    {font-size: 15px; padding-bottom: 20px; width: 600px; }
  29. #pageContent h2    {letter-spacing: 0.2em}